From: Paul Eggert Date: Wed, 6 Apr 2011 22:46:00 +0000 (-0700) Subject: * xterm.c (x_catch_errors): Remove duplicate declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4165^2~27 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1ca16b9366db65efc6846a404d1988e9566dc15f;p=emacs.git * xterm.c (x_catch_errors): Remove duplicate declaration. --- diff --git a/src/ChangeLog b/src/ChangeLog index e513b0c5730..69a18c86a6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-06 Paul Eggert + * xterm.c (x_catch_errors): Remove duplicate declaration. + * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. * xdisp.c, lisp.h (message_nolog): Remove; unused. diff --git a/src/xterm.c b/src/xterm.c index 92df7ae8746..3fc431c1350 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -7540,8 +7540,6 @@ x_error_catcher (Display *display, XErrorEvent *event) Calling x_uncatch_errors resumes the normal error handling. */ -void x_check_errors (Display *dpy, const char *format); - void x_catch_errors (Display *dpy) {